Uses of Class
com.netscape.certsrv.ldap.ELdapException
Packages that use ELdapException
Package
Description
-
Uses of ELdapException in com.netscape.certsrv.ldap
Subclasses of ELdapException in com.netscape.certsrv.ldapModifier and TypeClassDescriptionclass
This represents exception which indicates Ldap server is down.Methods in com.netscape.certsrv.ldap that throw ELdapExceptionModifier and TypeMethodDescriptionabstract netscape.ldap.LDAPConnection
LdapConnFactory.getConn()
Request access to a Ldap connection from the pool.abstract void
LdapConnFactory.reset()
Used for disconnecting all connections.abstract void
LdapConnFactory.returnConn
(netscape.ldap.LDAPConnection conn) Return connection to the factory. -
Uses of ELdapException in com.netscape.certsrv.publish
Subclasses of ELdapException in com.netscape.certsrv.publishModifier and TypeClassDescriptionclass
This type of exception is thrown in cases where an parsing error is found while evaluating a PKI component.class
Exception for Publish Mapper not found.class
Exception for Mapper Plugin not found.class
Exception for Publisher not found.class
Exception for Publisher Plugin not found.class
Exception for Ldap Publishing Rule not found.class
Exception for Publisher Rule plugin not found. -
Uses of ELdapException in com.netscape.cmscore.ldapconn
Methods in com.netscape.cmscore.ldapconn that throw ELdapExceptionModifier and TypeMethodDescriptionnetscape.ldap.LDAPConnection
LdapAnonConnFactory.getConn()
Gets connection from this factory.netscape.ldap.LDAPConnection
LdapAnonConnFactory.getConn
(boolean waitForConn) Returns a LDAP connection - a clone of the master connection.netscape.ldap.LDAPConnection
LdapBoundConnFactory.getConn()
gets a conenction from this factory.LdapBoundConnFactory.getConn
(boolean waitForConn) Returns a LDAP connection - a clone of the master connection.void
LdapAnonConnFactory.init()
initialize routine from parameters.void
LdapAnonConnFactory.init
(LDAPConfig dbConfig) void
LdapBoundConnFactory.init()
initialize parameters obtained from either constructor or config storevoid
LdapBoundConnFactory.init
(LDAPConfig dbConfig) protected void
LdapBoundConnFactory.makeConnection
(boolean errorIfDown) makes the initial master connection used to clone others..protected void
LdapAnonConnFactory.makeMinimum
(boolean errorIfDown) make the mininum configured connectionsvoid
LdapAnonConnFactory.reset()
resets this factory - if no connections outstanding, disconnections all connections and resets everything to 0 as if no connections were ever made.void
LdapBoundConnFactory.reset()
used for disconnecting all connections and reset everything to 0 as if connections were never made.void
LdapBoundConnFactory.shutdown()
Constructors in com.netscape.cmscore.ldapconn that throw ELdapExceptionModifierConstructorDescriptionLdapAnonConnFactory
(String id, int minConns, int maxConns, int maxResults, LdapConnInfo connInfo) Constructor for LdapAnonConnFactoryLdapAnonConnFactory
(String id, int minConns, int maxConns, LdapConnInfo connInfo) Constructor for LdapAnonConnFactoryLdapBoundConnFactory
(String id, int minConns, int maxConns, int maxResults, LdapConnInfo connInfo, LdapAuthInfo authInfo) Constructor for LdapBoundConnFactoryLdapBoundConnFactory
(String id, int minConns, int maxConns, LdapConnInfo connInfo, LdapAuthInfo authInfo) Constructor for LdapBoundConnFactory